home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000166_fdc@columbia.edu_Sun Jun 15 15:46:18 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  63 lines

  1. Article: 14395 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Backspace Insists on sending ^H
  6. Date: 15 Jun 2003 15:44:05 -0400
  7. Organization: Columbia University
  8. Lines: 46
  9. Message-ID: <bciia5$np1$1@watsol.cc.columbia.edu>
  10. References: <779oev84tluh03lpoag0imeueh45algboj@4ax.com> <bci7b3$plv$1@watsol.cc.columbia.edu> <pufpevgagen327afgv17aqs21t6f34tq1v@4ax.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1055706246 23234 128.59.39.139 (15 Jun 2003 19:44:06 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 15 Jun 2003 19:44:06 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14395
  16.  
  17. In article <pufpevgagen327afgv17aqs21t6f34tq1v@4ax.com>,
  18. Ron Heiby  <heiby_u@falkor.chi.il.us> wrote:
  19. : fdc@columbia.edu (Frank da Cruz) wrote:
  20. : I had completely forgotten that my *own* k95custom.ini would still get
  21. : executed, even though I was going through the GUI Dialer to start the
  22. : session. In there, I was explicitly setting the key to transmit a BS. (This,
  23. : from the old days when I usually did want a BS sent by that key.) Having
  24. : been reminded of that, I'll have to look through it for other potential
  25. : "gotchas" that are setting things that I think I'm setting via the Dialer.
  26. : Is there something I can test that would let my k95custom.ini know whether
  27. : it was invoked via the Dialer, so it could still set up certain things if it
  28. : was not?
  29. Why yes:
  30.  
  31.   if [ not ] started-from-dialer ...
  32.  
  33. : >If you have specified either one of these scripts, and it contains a SET
  34. : >KEY command, this can override the Enter and Backspace key settings on
  35. : >the Keyboard Settings page.
  36. : However, I am confused by your (above) list of execution order. If my
  37. : k95custom.ini is being executed before the Dialer script, why isn't the
  38. : Dialer script command to "set dialer backspace \127" coming later overruling
  39. : the earlier "set key"?
  40. Good question.  The initialization files must be executed first, because the
  41. Dialer script contains the command that makes the connection, and of course
  42. you want all your customizations in place by the time you are online.  So
  43. then why would SET DIALER BACKSPACE not override the K95CUSTOM.INI definition?
  44. I thought maybe there might be a clause in the code that said "don't override
  45. any settings that the user already explicitly made" but I don't see it.
  46. There must be an explanation though :-)
  47.  
  48. : BTW, commanding Kermit "help set dialer" does not
  49. : enlighten. ("set dialer ?" does yield a bit of info.)
  50. :
  51. Because it's a secret command.
  52.  
  53. : Thanks much. I am always impressed by the great support I get for Kermit.
  54. :
  55. Even on a Sunday :-)
  56.  
  57. - Frank
  58.